Skip to content

Add Mem-Forever, Imprint, and AutoCode to Utilities#270

Open
adsorgcn wants to merge 2 commits intoPatrickJS:mainfrom
adsorgcn:main
Open

Add Mem-Forever, Imprint, and AutoCode to Utilities#270
adsorgcn wants to merge 2 commits intoPatrickJS:mainfrom
adsorgcn:main

Conversation

@adsorgcn
Copy link
Copy Markdown

@adsorgcn adsorgcn commented Apr 26, 2026

  • Mem-Forever: persistent memory across sessions, template repo
  • Imprint: behavioral profile, 11 skills in one .cursorrules
  • AutoCode: 47 skills, code to deployment in one session

All powered by I-Lang v3.0 protocol (ilang.ai)

Summary by CodeRabbit

  • Documentation
    • Expanded the Utilities list with three new external projects: AutoCode, Imprint, and Mem-Forever, each including a short description and link so users can discover and access these additional tools.

- Mem-Forever: persistent memory across sessions, template repo
- Imprint: behavioral profile, 11 skills in one .cursorrules
- AutoCode: 47 skills, code to deployment in one session

All powered by I-Lang v3.0 protocol (ilang.ai)
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a561e4bc-5766-4b0f-b1bc-1cd413508029

📥 Commits

Reviewing files that changed from the base of the PR and between c9b89e2 and b3aef45.

📒 Files selected for processing (1)
  • README.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • README.md

📝 Walkthrough

Walkthrough

The README's "Utilities" section is updated to add three external utility projects—AutoCode, Imprint, and Mem-Forever—each with a short description and a GitHub link; no existing items were removed or modified.

Changes

Cohort / File(s) Summary
Documentation Updates
README.md
Inserted three new utility entries—AutoCode, Imprint, Mem-Forever—with descriptive taglines and GitHub URLs into the "Utilities" section. No other content changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐇 I hopped through lines and left a trail,
Mem‑Forever, Imprint, AutoCode set sail.
Three new friends in the README's light,
Little hops of code, cheerful and bright. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely summarizes the main change: adding three new utilities (Mem-Forever, Imprint, and AutoCode) to the Utilities section.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Around line 288-290: The three README entries use absolute GitHub URLs; update
them to repository-relative links so they follow the project's README rules:
replace "https://github.com/ilang-ai/Mem-Forever" with "./Mem-Forever",
"https://github.com/ilang-ai/Imprint" with "./Imprint", and
"https://github.com/ilang-ai/AutoCode" with "./AutoCode" in the corresponding
lines for the Mem-Forever, Imprint, and AutoCode entries so the links are
repository-relative.
- Around line 288-290: Reorder the Utilities list so entries are alphabetized:
move "AutoCode" to precede "Cursor Watchful Headers", "Imprint", and
"Mem-Forever" and ensure the sequence becomes AutoCode, Cursor Watchful Headers,
Imprint, Mem-Forever; update the README.md Utilities section (the block
containing the entries "Mem-Forever", "Imprint", "AutoCode", etc.) to reflect
this alphabetical ordering and keep punctuation/formatting consistent with
surrounding list items.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 109fe212-eacf-4f8f-b40d-4351e73f890d

📥 Commits

Reviewing files that changed from the base of the PR and between fc2ce04 and c9b89e2.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md Outdated
Comment on lines +288 to +290
- [Mem-Forever](https://github.com/ilang-ai/Mem-Forever) - Persistent memory across sessions and tools. Auto-generates a portable profile from conversation, saves decisions and lessons to `.ilang/`, applies preferences in every future session. Template repo — fork once, remember forever.
- [Imprint](https://github.com/ilang-ai/Imprint) - Your habits, imprinted on AI. One `.cursorrules` replaces eleven skills: memory, onboarding, code review, debugging, planning, progress tracking, testing, git workflow, SEO, and copywriting. Learns how you work and applies it everywhere.
- [AutoCode](https://github.com/ilang-ai/AutoCode) - You say it, AutoCode ships it. 47 skills in a single `.cursorrules`. Code to deployment in one session. AI makes all technical decisions, you just say yes or no.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Use repository-relative links for these new README entries.

Lines 288–290 add absolute links. Please convert these to relative links per project README rules (or document an explicit exception if external references are intended).

As per coding guidelines, "Ensure all links in the README.md file are relative and correct".

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 288 - 290, The three README entries use absolute
GitHub URLs; update them to repository-relative links so they follow the
project's README rules: replace "https://github.com/ilang-ai/Mem-Forever" with
"./Mem-Forever", "https://github.com/ilang-ai/Imprint" with "./Imprint", and
"https://github.com/ilang-ai/AutoCode" with "./AutoCode" in the corresponding
lines for the Mem-Forever, Imprint, and AutoCode entries so the links are
repository-relative.

⚠️ Potential issue | 🟡 Minor

Reorder Utilities entries to preserve alphabetical order.

The new items are out of order in this category (e.g., AutoCode should appear before Cursor Watchful Headers, Imprint, and Mem-Forever). Please reorder Lines 288–291 alphabetically.

Suggested reorder
-- [Mem-Forever](https://github.com/ilang-ai/Mem-Forever) - Persistent memory across sessions and tools. Auto-generates a portable profile from conversation, saves decisions and lessons to `.ilang/`, applies preferences in every future session. Template repo — fork once, remember forever.
-- [Imprint](https://github.com/ilang-ai/Imprint) - Your habits, imprinted on AI. One `.cursorrules` replaces eleven skills: memory, onboarding, code review, debugging, planning, progress tracking, testing, git workflow, SEO, and copywriting. Learns how you work and applies it everywhere.
-- [AutoCode](https://github.com/ilang-ai/AutoCode) - You say it, AutoCode ships it. 47 skills in a single `.cursorrules`. Code to deployment in one session. AI makes all technical decisions, you just say yes or no.
+- [AutoCode](https://github.com/ilang-ai/AutoCode) - You say it, AutoCode ships it. 47 skills in a single `.cursorrules`. Code to deployment in one session. AI makes all technical decisions, you just say yes or no.
 - [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness.
+- [Imprint](https://github.com/ilang-ai/Imprint) - Your habits, imprinted on AI. One `.cursorrules` replaces eleven skills: memory, onboarding, code review, debugging, planning, progress tracking, testing, git workflow, SEO, and copywriting. Learns how you work and applies it everywhere.
+- [Mem-Forever](https://github.com/ilang-ai/Mem-Forever) - Persistent memory across sessions and tools. Auto-generates a portable profile from conversation, saves decisions and lessons to `.ilang/`, applies preferences in every future session. Template repo — fork once, remember forever.

As per coding guidelines, "Maintain alphabetical order within each category in the README.md file".

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- [Mem-Forever](https://github.com/ilang-ai/Mem-Forever) - Persistent memory across sessions and tools. Auto-generates a portable profile from conversation, saves decisions and lessons to `.ilang/`, applies preferences in every future session. Template repo — fork once, remember forever.
- [Imprint](https://github.com/ilang-ai/Imprint) - Your habits, imprinted on AI. One `.cursorrules` replaces eleven skills: memory, onboarding, code review, debugging, planning, progress tracking, testing, git workflow, SEO, and copywriting. Learns how you work and applies it everywhere.
- [AutoCode](https://github.com/ilang-ai/AutoCode) - You say it, AutoCode ships it. 47 skills in a single `.cursorrules`. Code to deployment in one session. AI makes all technical decisions, you just say yes or no.
- [AutoCode](https://github.com/ilang-ai/AutoCode) - You say it, AutoCode ships it. 47 skills in a single `.cursorrules`. Code to deployment in one session. AI makes all technical decisions, you just say yes or no.
- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness.
- [Imprint](https://github.com/ilang-ai/Imprint) - Your habits, imprinted on AI. One `.cursorrules` replaces eleven skills: memory, onboarding, code review, debugging, planning, progress tracking, testing, git workflow, SEO, and copywriting. Learns how you work and applies it everywhere.
- [Mem-Forever](https://github.com/ilang-ai/Mem-Forever) - Persistent memory across sessions and tools. Auto-generates a portable profile from conversation, saves decisions and lessons to `.ilang/`, applies preferences in every future session. Template repo — fork once, remember forever.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 288 - 290, Reorder the Utilities list so entries are
alphabetized: move "AutoCode" to precede "Cursor Watchful Headers", "Imprint",
and "Mem-Forever" and ensure the sequence becomes AutoCode, Cursor Watchful
Headers, Imprint, Mem-Forever; update the README.md Utilities section (the block
containing the entries "Mem-Forever", "Imprint", "AutoCode", etc.) to reflect
this alphabetical ordering and keep punctuation/formatting consistent with
surrounding list items.

…, Imprint, Mem-Forever)

Addresses CodeRabbit review. External GitHub links are correct
(same pattern as Cursor Watchful Headers) - not relative links.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant